home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <objc/Object.h>
-
- @interface PlotDelegate:Object
- {
- id plotParam;
- id servicesHandler;
- id canvasWindow;
- id controlPanel;
- id colorOptionButton;
- id formatHandler;
- id canvas;
- id printColorButton; /* print color button on the preferences panel */
- id printLineStyleButton; /* line style button on the preferences panel */
- id accPrintColorButton; /* print color button on the accessory panel */
- id accPrintLineStyleButton;/* line style button on the accessory panel */
- id opaqueBackgroundButton; /* background button on the preferences panel */
- char *iconPath; /* for drag and drop operation */
- }
-
- - appWillInit:sender;
- - appDidInit:sender;
- - resetDefaults:sender;
- - plotFromPasteboard:pb userData:(const char *)userData error:(char **)errorMessage;
- - (BOOL)appAcceptsAnotherFile:sender;
- - (int)app:sender openFile:(const char *)fullPath type:(const char *)aType;
- - getArgs;
-
- - (int)iconEntered:(int)windowNum at:(double)x :(double)y
- iconWindow:(int)iconWindowNum iconX:(double)iconX iconY:(double)iconY
- iconWidth:(double)iconWidth iconHeight:(double)iconHeight
- pathList:(char *)pathList;
-
- - (int) iconExitedAt:(double)x :(double)y;
-
- - (int)iconReleasedAt:(double)x :(double)y ok:(int *)flag;
-
- @end
-